home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Programming
/
DiceSource
/
lib
/
float
/
dpa_cmp.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-01
|
409 b
|
26 lines
; DPA_CMP.A
;
; A0 arg1 (8 bytes)
; A1 arg2 (8 bytes)
;
; (c)Copyright 1990, Matthew Dillon, All Rights Reserved
section text,code
xref _MathIeeeDoubBasBase
xref _LVOIEEEDPCmp
xdef __dpcmp_a
__dpcmp_a movem.l D2/D3/A6,-(sp)
move.l _MathIeeeDoubBasBase(A4),A6
movem.l (A0),D0/D1
movem.l (A1),D2/D3
jsr _LVOIEEEDPCmp(A6)
movem.l (sp)+,D2/D3/A6
tst.l D0
rts
END